projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e66a1
)
(DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
author
Kenichi Handa
<handa@m17n.org>
Thu, 9 Mar 2006 12:20:57 +0000
(12:20 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 9 Mar 2006 12:20:57 +0000
(12:20 +0000)
ASCII component of a composition.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index b96ec82fc16aceeb9b9db8a56b94f7a1276ade31..105d4038b1f59aa08aafc1f76c2d2a1024312afe 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-735,7
+735,7
@@
detect_coding_emacs_mule (src, src_end, multibytep)
c = -1; \
else \
{ \
- c -= 0x
A
0; \
+ c -= 0x
8
0; \
*p++ = c; \
} \
} \